Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C# Tutorial
1) 2D Graphics
2) ADO Net
3) Assembly
4) Attribute
5) Class
6) Data Type
7) Date Time
8) Delegate
9) Design Patterns
10) Development
11) Directory Services
12) File Directory Stream
13) Generic
14) GUI Windows Forms
15) Internationalization
16) Language Basics
17) LINQ
18) Network
19) Operator
20) Operator Overload
21) Preprocessing Directives
22) Reflection
23) Regular Expression
24) Security
25) Statement
26) String
27) Struct
28) Thread
29) Unsafe
30) WCF
31) Windows
32) Workflow
33) WPF
34) XML
35) XML LINQ
Struct
1) A generic struct
2) A simple struct with method
3) Access members via -
4) Accessing Structures with Properties and Public Members
5) Box a struct, change its value and unbox it
6) Box and unbox a struct
7) Box struct to call its implemented interface
8) Class vs struct
9) Composite Struct
10) Copy a struct
11) Copy a struct instance by assignment
12) Create A Struct Using Default Constructor
13) Declaration of a struct and use it
14) Declare a simple struct
15) Declare a struct
16) Declare the Rectangle struct
17) Defining struct
18) Definite Assignment and Array of struct
19) Difference between class and struct during the reference passing
20) Fraction struct
21) Generic Struct
22) initialize a structure
23) Interfaces and Structs
24) Public struct member variables
25) Reference value type in a struct
26) Struct constructor with parameters
27) Struct objects have the same pass by value semantics as simple intrinsics
28) Struct with unsafe code(pointer)
29) Struct with value types
30) Struct with value types and ref types
31) Structs with constructors
32) Structures
33) Use enum data type in a struct
34) Use method to init struct member variables
35) Use pointer indirection and operator
36) Use property in a struct
37) Use ref for a struct parameter
38) Use this to reference structs constructor
39) Use this() to initialize a struct
40) Value type equality (default behavior)
41) Value type equality (override)